home *** CD-ROM | disk | FTP | other *** search
- function TopofEntry()
- {
-
- document.write("<TABLE width=525 CELLSPACING='0' CELLPADDING='0' >");
- document.write("<TR><TD WIDTH='20%' VALIGN='top'>");
- document.write(" <img src='border1.gif' border=0 width='100'>");
- document.write(" </TD><TD WIDTH='80%' VALIGN='top' align='left'>");
- document.write('<IMG ALT="BillP Studios Logo" BORDER="0" align=middle ');
- document.write(' SRC="banner.jpg" WIDTH="320" HEIGHT="68"> ');
- document.write('<br> <SPAN class="buttonText12"><A href="http://www.winpatrol.com/">WinPatrol Plus</A> Program Information Page' );
- document.write('<br> ' );
- document.write('</SPAN><br> ' );
- document.write('<IMG align=middle alt="Studio Divider Bar" border=0 height=16 src="studioline.gif" width=418 ><BR><br> ' );
-
- return;
-
- }
-
-
- function DoFooter()
- {
-
-
- document.write("<P ALIGN=center>");
-
-
-
-
- document.write("<P ALIGN=left>");
-
-
-
-
- document.write("<P><P ALIGN=center>");
-
-
- document.write("<P><P ALIGN=center>");
- document.write("<A HREF='http://www.winpatrol.com/index.html'>");
- document.write("<IMG SRC='home.gif' ALT='WinPatrol.com Home Page' "); document.write(" BORDER='0' ALIGN='middle' ></A><BR>");
- document.write(" <P ALIGN=center> <P ALIGN=center>");
- document.write(" <FONT SIZE=1 COLOR='#000000' FACE='Arial,Helv,Helvetica'>");
- document.write(" Copyright ⌐ 1997-2005 BillP Studios<BR> All Rights Reserved.<BR>");
- document.write(" </FONT> <BR></P><CENTER></CENTER></FONT>");
- document.write(" </TD></TR></TABLE>");
-
- return;
- }
-
- function GetProgramName()
- {
- var h = parent.location.href;
- var nr = h.split("?");
-
- if(( typeof(nr[1])== "undefined") )
- sProgram = "";
- else
- sProgram=nr[1];
-
- return sProgram;
- }
-
-
- function GetDBFileName()
- {
- var h = parent.location.href;
- var nr = h.split("/");
- var ln;
- ln = nr.length;
-
- if(( typeof(nr[1])== "undefined") )
- sProgram = "";
- else
- sProgram=nr[ln-1];
-
- return sProgram;
- }
-
-
- function Google()
- {
-
-
- var prog = GetProgramName();
- if(prog == "")
- {
- window.location = "http://www.winpatrol.com/stats.html";
- }
-
-
- document.write("<center>");
- document.write("<FORM method=GET action='http://www.google.com/custom'>");
- document.write("<TABLE bgcolor='#FEFAEF'><tr><td nowrap='nowrap' valign='top' align='center' height='32'>");
- document.write("<A HREF='http://www.google.com/'>");
- document.write("<IMG SRC='http://www.google.com/logos/Logo_25wht.gif' border=0 ALT='Google' align='absmiddle'></A>");
-
- document.write("<INPUT TYPE=text name=q size=25 maxlength=255 value='" + GetProgramName() + "'>");
-
- document.write("<INPUT type=submit name=sa VALUE='Search'>");
-
- document.write("<input type=hidden name=client value='pub-5216032068438142'>");
- document.write("<input type=hidden name=forid value='1'>");
- document.write("<input type=hidden name=ie value='ISO-8859-1'>");
- document.write("<input type=hidden name=oe value='ISO-8859-1'>");
- document.write("<input type=hidden name=cof value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;'>");
- document.write("<input type=hidden name=hl value='en'>");
- document.write("</td></tr></TABLE>");
- document.write("</FORM>");
- document.write("</center>");
- return;
- }